home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 7
/
Amiga Format AFCD07 (Dec 1996, Issue 91).iso
/
readerstuff
/
a.evans
/
slide
/
slide.amos
/
slide.amosSourceCode
< prev
next >
Wrap
AMOS Source Code
|
1996-08-30
|
791b
|
25 lines
Screen Open 0,320,256,32,Lowres
Track Loop On : Track Play 1
Curs Off : Flash Off : Cls 0 : Hide
Paper 0 : Pen 2
Locate 0,0
Centre "This is my Amiga slideshow."
Print : Centre "Written in AMOS basic."
Print : Centre "Pics converted from 4096 to 32 colours."
Print : Centre "Source of pictures: Multimedia Toolkit."
Print : Centre "Music by MOBY."
Print : Centre "Coded by Kaptin Krypton in 1996."
Print : Centre "Press space to pause on any picture."
Wait 50
55
Read P$
If P$="LAST" Then Restore : Goto 55
Load Iff P$+".iff"
For A=1 To 50000
A$=Inkey$
If A$=" " Then Wait Key
Next A
Rem ******title screen*****
15 For X=1 To 320 : Draw X,0 To X,256 : Next X
Goto 55
Data "BIMOTA","ZXR750","DUCATI","BENTLEY4","ASTON","WILLIAMS","SENNA2","MANSLL33","MANSLL15","LYNX","ALPHAJET","LAST"